projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82ed72
)
* Makefile.in (do-install): Correctly detect if ./etc and
author
Jim Blandy
<jimb@redhat.com>
Fri, 28 May 1993 06:55:13 +0000
(06:55 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Fri, 28 May 1993 06:55:13 +0000
(06:55 +0000)
${srcdir}/etc are the same.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 8ef2d188960cf88fa5d44d67ff8f0db316b83444..65f4ccc6e6201a439137e6b6d0fc82dfe765b4ce 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-344,7
+344,7
@@
do-install: mkdir
rm -f $${subdir}/*~ ; \
done) ; \
done
- -[ `(cd etc; /bin/pwd)` != `(cd ${
etcdir}
; /bin/pwd)` ] \
+ -[ `(cd etc; /bin/pwd)` != `(cd ${
srcdir}/etc
; /bin/pwd)` ] \
&& (echo "Copying ./etc..." ; \
(cd ./etc; tar cf - . )|(cd ${etcdir}; umask 0; tar xvf - ); \
for subdir in `find ${etcdir} -type d ! -name RCS -print` ; do \